Path: / workflows / {workflow-id} / executions / {eid} / steps

Path parameters:
workflow-id -
eid -

Resources
NameDescription
{stid}

Method Summary
ResourceDescription
GET /workflows/{workflow-id}/executions/{eid}/steps 

Method Detail
HTTP Example:
GET /workflows/{workflow-id}/executions/{eid}/steps

API Example:

WorkflowsResource.getSteps({'workflow-id': …,
  'eid': …});

Output:
java.util.List<edu.illinois.ncsa.datawolf.domain.WorkflowStep>
Produces:
application/json